home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Automatic Path Analyzer
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Julie Trost
- -- : Intermetrics Inc.
- -- : 5392 Bolsa Avenue, Huntington Beach, CA 92649
- -- : (714) 891-4631
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Intermetrics Inc.
- -- DATE CREATED : 13 Jan 85
- -- DATE RELEASED : 13 Jul 85
- -- DATE LAST UPDATED : 13 Jul 85
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : METRICS
- -- CATEGORY LEVEL 2 : Automatic Path Analyzer
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Path
- -- INDEX : Path Analysis
- -- INDEX : Breakpoints
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_19_2
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.METRICS>APATH*.*
- -- FILE SPECS : PD:<ADA.METRICS>SINS*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.METRICS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- APATH.CMM 1355 41
- -- APATH.DOC 1885 37
- -- APATH.PRO 4208 87
- -- APATHRD.ME 268 4
- -- SINST.ABS 2027 44
- -- SINST.CMM 1345 41
- -- SINST.INS 1806 81
- -- SINST.ME 268 4
- -- SINST.PRO 3596 77
- -- SINSTRTM.SRC 195456 6118
- -- SINSTTDOC.DIS 214 6
- -- SINSTTOOL.DOC 251056 9403
- -- SINSTTOOL.SRC 1194799 32067
- -- =============== ========== ==========
- -- 13 Files 1658283 48010
- --= ABSTRACT ===============================================--
- -- This tool consists of four modules. The Source Instrumenter
- -- inserts breakpoints (software probes) into Ada source programs to
- -- transfer control to execution monitor. The Execution Monitor traces
- -- paths executed and records information on execution frequency of each
- -- Ada program unit, code block and statement. The Control Program
- -- controls execution of the Ada program, allows users to execute Ada
- -- programs repetitively, and permits user input. The Report Generator
- -- provides comprehensive analysis of data collected from probes and
- -- outputs this information for each set of test parameters on frequency
- -- of path execution for each Ada program and each program unit.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- --07/13/85 1.0 Julie Trost Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-